home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8265 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: rahul.net!a2i!news
  2. From: terris@rahul.net (Terris Linenbach)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: STL with MSVC++ 4.0
  5. Date: 16 Feb 1996 08:17:38 GMT
  6. Organization: a2i network
  7. Message-ID: <4g1ej2$adq@hustle.rahul.net>
  8. References: <4flp0o$101@lal.interserv.net> <311F7759.530F@best.com> <4fp89k$6f8@hustle.rahul.net> <candymanDMso7H.4pt@netcom.com>
  9. NNTP-Posting-Host: 534.rahul.net
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=US-ASCII
  12. X-Newsreader: WinVN 0.99.6
  13.  
  14. I'm not sure about the side-effects.  Microsoft mentions this exact 
  15. "fix/kluge/workaround" in their readme notes.  I didn't make this one up.
  16.  
  17. So far I haven't had any trouble with it, but I imagine there could be 
  18. problems if you wanted to use another namespace.
  19.  
  20. - Terris
  21.  
  22.  
  23. In article <candymanDMso7H.4pt@netcom.com>, candyman@netcom.com says...
  24. >
  25. >Terris Linenbach (terris@rahul.net) wrote:
  26. >: Put
  27. >
  28. >: using namespace std;
  29. >
  30. >: at the beginning of your method.
  31. >
  32. >: - Terris
  33. >
  34. >Terris,
  35. >  Thanks for your msvc++ readme and additions to stl.
  36. >
  37. >What side effects does putting 'using namespace std;' cause?
  38. >
  39. >
  40. >thanks,
  41. >-dan
  42. >-- 
  43. >###################################################################
  44. >"The stars that shine & the stars that shrink 
  45. >in the face of stagnation the water runs 
  46. >before your eyes
  47. >dazzle 
  48. >its glittering prize."  -Siousie and the Banshees
  49. >
  50. >candyman@netcom.com
  51. >###################################################################
  52.  
  53.